home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IQ Digizine 2
/
IQ Digizine 2.iso
/
mac
/
MACDEMOS
/
HOT_&_BOTTLED_DEMO
/
demo2
/
00002_demo.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-08-13
|
215 b
|
9 lines
on mouseUp
if the rect of sprite 2 = rect(161, 11, 481, 251) then
set the rect of sprite 2 to rect(0, 0, 640, 480)
else
set the rect of sprite 2 to rect(161, 11, 481, 251)
updateStage()
end if
end